Skip to content
This repository has been archived by the owner on May 25, 2023. It is now read-only.

fuzz more invalid values #174

Merged
merged 2 commits into from
May 21, 2021
Merged

fuzz more invalid values #174

merged 2 commits into from
May 21, 2021

Conversation

josharian
Copy link
Collaborator

Two commits. The first is safe to merge any time.
The second one is not: It'll cause a bunch of fuzz failures.
We need to fix #169 first.
The new fuzzing power is pulling its weight:
It found a few other new, unrelated bugs,
which I have sent fixes for.

@josharian josharian requested a review from danderson May 19, 2021 18:49
fuzz.go Outdated Show resolved Hide resolved
The fuzz function had gotten large and repetitive.
Create helpers.

Signed-off-by: Josh Bleecher Snyder <[email protected]>
Signed-off-by: Josh Bleecher Snyder <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IPPort and IPPrefix MarshalText doesn't round trip
2 participants